const go/types.hasMethods

7 uses

	go/types (current package)
		named.go#L183: 	hasMethods                       // methods are all expanded (for instances)
		named.go#L254: 			n.setState(lazyLoaded | unpacked | hasMethods) // nothing further to do
		named.go#L286: 	n.setState(lazyLoaded | unpacked | hasMethods)
		named.go#L308: 		if m&hasMethods != 0 {
		named.go#L429: 	if t.stateHas(hasMethods) {
		named.go#L452: 			t.setState(hasMethods)
		named.go#L535: 	t.setState(lazyLoaded | unpacked | hasMethods) // TODO(markfreeman): Why hasMethods?